home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(_root.inven._currentframe == 1)
- {
- if(_root.micon._currentframe == 2)
- {
- _root.txt_number = 1;
- _root.next_dis1 = 2;
- _root.next_txt1 = "It\'s the door to the women\'s room.";
- }
- if(_root.micon._currentframe == 36 && _root.taken37 == 1 && _root.range == true)
- {
- if(_root.talk8 == 1)
- {
- _root.even12 = 1;
- _root.micon.gotoAndStop(1);
- _root.sfx.gotoAndStop(3);
- _root.txt_number = 1;
- _root.next_dis1 = 2;
- _root.next_txt1 = "The old switch-eroo.";
- }
- else
- {
- _root.txt_number = 1;
- _root.next_dis1 = 2;
- _root.next_txt1 = "I don\'t think it\'s the right time for that yet.";
- }
- }
- }
- }
-